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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=239",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=237",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 238,
    "results": [
        {
            "start": 837466269,
            "stop": 837466292
        },
        {
            "start": 837466294,
            "stop": 837466913
        },
        {
            "start": 837466915,
            "stop": 837467950
        },
        {
            "start": 837467952,
            "stop": 837468425
        },
        {
            "start": 837468427,
            "stop": 837468624
        },
        {
            "start": 837468774,
            "stop": 837468975
        },
        {
            "start": 837470853,
            "stop": 837471047
        },
        {
            "start": 837472108,
            "stop": 837473234
        },
        {
            "start": 837473235,
            "stop": 837473236
        },
        {
            "start": 837473238,
            "stop": 837473674
        },
        {
            "start": 837475977,
            "stop": 837480202
        },
        {
            "start": 837480204,
            "stop": 837502711
        },
        {
            "start": 837502713,
            "stop": 837503666
        },
        {
            "start": 837503668,
            "stop": 837503789
        },
        {
            "start": 837503791,
            "stop": 837503801
        },
        {
            "start": 837504768,
            "stop": 837520156
        },
        {
            "start": 837520916,
            "stop": 837521015
        },
        {
            "start": 837521017,
            "stop": 837522004
        },
        {
            "start": 837522006,
            "stop": 837522156
        },
        {
            "start": 837522286,
            "stop": 837540010
        }
    ]
}