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=391
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=392",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=390",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 391,
    "results": [
        {
            "start": 850500666,
            "stop": 850502856
        },
        {
            "start": 850503977,
            "stop": 850505466
        },
        {
            "start": 850507010,
            "stop": 850510473
        },
        {
            "start": 850510627,
            "stop": 850511980
        },
        {
            "start": 850513027,
            "stop": 850514267
        },
        {
            "start": 850514412,
            "stop": 850514431
        },
        {
            "start": 850514436,
            "stop": 850514835
        },
        {
            "start": 850515155,
            "stop": 850515839
        },
        {
            "start": 850515953,
            "stop": 850519050
        },
        {
            "start": 850519216,
            "stop": 850526234
        },
        {
            "start": 850526296,
            "stop": 850534394
        },
        {
            "start": 850534396,
            "stop": 850534565
        },
        {
            "start": 850534567,
            "stop": 850536340
        },
        {
            "start": 850537626,
            "stop": 850547567
        },
        {
            "start": 850549135,
            "stop": 850549221
        },
        {
            "start": 850549428,
            "stop": 850550085
        },
        {
            "start": 850550263,
            "stop": 850552109
        },
        {
            "start": 850552111,
            "stop": 850556689
        },
        {
            "start": 850557367,
            "stop": 850561161
        },
        {
            "start": 850561163,
            "stop": 850561850
        }
    ]
}