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=188
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=189",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=187",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 188,
    "results": [
        {
            "start": 832383171,
            "stop": 832383744
        },
        {
            "start": 832383809,
            "stop": 832396912
        },
        {
            "start": 832396914,
            "stop": 832397307
        },
        {
            "start": 832398341,
            "stop": 832401071
        },
        {
            "start": 832401687,
            "stop": 832405219
        },
        {
            "start": 832405221,
            "stop": 832414417
        },
        {
            "start": 832415191,
            "stop": 832420500
        },
        {
            "start": 832420502,
            "stop": 832421077
        },
        {
            "start": 832422612,
            "stop": 832423247
        },
        {
            "start": 832446533,
            "stop": 832447758
        },
        {
            "start": 832447760,
            "stop": 832448543
        },
        {
            "start": 832448545,
            "stop": 832448676
        },
        {
            "start": 832448678,
            "stop": 832480184
        },
        {
            "start": 832480185,
            "stop": 832480277
        },
        {
            "start": 832484004,
            "stop": 832491235
        },
        {
            "start": 832491997,
            "stop": 832496820
        },
        {
            "start": 832496935,
            "stop": 832504020
        },
        {
            "start": 832504022,
            "stop": 832505576
        },
        {
            "start": 832505745,
            "stop": 832506211
        },
        {
            "start": 832506657,
            "stop": 832507258
        }
    ]
}