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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=240",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=238",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 239,
    "results": [
        {
            "start": 933221587,
            "stop": 933222067
        },
        {
            "start": 933222068,
            "stop": 933222108
        },
        {
            "start": 933222113,
            "stop": 933222896
        },
        {
            "start": 933222901,
            "stop": 933223026
        },
        {
            "start": 933223027,
            "stop": 933223542
        },
        {
            "start": 933223543,
            "stop": 933223603
        },
        {
            "start": 933223604,
            "stop": 933223793
        },
        {
            "start": 933223794,
            "stop": 933223917
        },
        {
            "start": 933223918,
            "stop": 933224343
        },
        {
            "start": 933224344,
            "stop": 933224406
        },
        {
            "start": 933224407,
            "stop": 933225590
        },
        {
            "start": 933225609,
            "stop": 933226491
        },
        {
            "start": 933226492,
            "stop": 933227300
        },
        {
            "start": 933227301,
            "stop": 933227746
        },
        {
            "start": 933227747,
            "stop": 933227751
        },
        {
            "start": 933227752,
            "stop": 933228112
        },
        {
            "start": 933228113,
            "stop": 933229055
        },
        {
            "start": 933229060,
            "stop": 933229967
        },
        {
            "start": 933229972,
            "stop": 933230032
        },
        {
            "start": 933230051,
            "stop": 933231608
        }
    ]
}