Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=230
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=231",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=229",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 230,
    "results": [
        {
            "start": 1264395650,
            "stop": 1264395695
        },
        {
            "start": 1264395698,
            "stop": 1264395705
        },
        {
            "start": 1264395707,
            "stop": 1264395729
        },
        {
            "start": 1264395731,
            "stop": 1264395767
        },
        {
            "start": 1264395771,
            "stop": 1264395805
        },
        {
            "start": 1264395807,
            "stop": 1264395812
        },
        {
            "start": 1264395813,
            "stop": 1264395821
        },
        {
            "start": 1264395822,
            "stop": 1264395829
        },
        {
            "start": 1264395831,
            "stop": 1264395836
        },
        {
            "start": 1264395839,
            "stop": 1264395840
        },
        {
            "start": 1264395841,
            "stop": 1264395845
        },
        {
            "start": 1264395847,
            "stop": 1264395849
        },
        {
            "start": 1264395851,
            "stop": 1264395853
        },
        {
            "start": 1264395855,
            "stop": 1264395860
        },
        {
            "start": 1264395863,
            "stop": 1264395869
        },
        {
            "start": 1264395871,
            "stop": 1264395898
        },
        {
            "start": 1264395901,
            "stop": 1264395954
        },
        {
            "start": 1264395955,
            "stop": 1264395961
        },
        {
            "start": 1264395963,
            "stop": 1264395970
        },
        {
            "start": 1264395971,
            "stop": 1264396071
        }
    ]
}