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/S5/timelines/L1_BURST_CAT3/segments?format=api&page=76
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=77",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=75",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 76,
    "results": [
        {
            "start": 817589133,
            "stop": 817590011
        },
        {
            "start": 817590015,
            "stop": 817590020
        },
        {
            "start": 817590028,
            "stop": 817590673
        },
        {
            "start": 817590679,
            "stop": 817590726
        },
        {
            "start": 817590729,
            "stop": 817591145
        },
        {
            "start": 817591148,
            "stop": 817591390
        },
        {
            "start": 817591393,
            "stop": 817591477
        },
        {
            "start": 817591480,
            "stop": 817592577
        },
        {
            "start": 817592580,
            "stop": 817594034
        },
        {
            "start": 817600227,
            "stop": 817600657
        },
        {
            "start": 817600658,
            "stop": 817602078
        },
        {
            "start": 817602081,
            "stop": 817605290
        },
        {
            "start": 817605369,
            "stop": 817606200
        },
        {
            "start": 817606320,
            "stop": 817607456
        },
        {
            "start": 817607459,
            "stop": 817609650
        },
        {
            "start": 817610610,
            "stop": 817614667
        },
        {
            "start": 817614670,
            "stop": 817615535
        },
        {
            "start": 817615538,
            "stop": 817626360
        },
        {
            "start": 817626364,
            "stop": 817626387
        },
        {
            "start": 817626390,
            "stop": 817626562
        }
    ]
}