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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=70",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=68",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 69,
    "results": [
        {
            "start": 931257597,
            "stop": 931257599
        },
        {
            "start": 931257602,
            "stop": 931257606
        },
        {
            "start": 931257617,
            "stop": 931257618
        },
        {
            "start": 931257620,
            "stop": 931257629
        },
        {
            "start": 931257638,
            "stop": 931257640
        },
        {
            "start": 931257643,
            "stop": 931257644
        },
        {
            "start": 931257652,
            "stop": 931257654
        },
        {
            "start": 931257666,
            "stop": 931257667
        },
        {
            "start": 931257669,
            "stop": 931257673
        },
        {
            "start": 931257679,
            "stop": 931257686
        },
        {
            "start": 931257688,
            "stop": 931257697
        },
        {
            "start": 931257700,
            "stop": 931257704
        },
        {
            "start": 931257727,
            "stop": 931257728
        },
        {
            "start": 931257730,
            "stop": 931257731
        },
        {
            "start": 931257735,
            "stop": 931257736
        },
        {
            "start": 931257781,
            "stop": 931257783
        },
        {
            "start": 931257792,
            "stop": 931257794
        },
        {
            "start": 931257813,
            "stop": 931257814
        },
        {
            "start": 931257832,
            "stop": 931257833
        },
        {
            "start": 931257835,
            "stop": 931257837
        }
    ]
}