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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=194",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=192",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 193,
    "results": [
        {
            "start": 933779035,
            "stop": 933782532
        },
        {
            "start": 933782534,
            "stop": 933782564
        },
        {
            "start": 933782566,
            "stop": 933782608
        },
        {
            "start": 933782610,
            "stop": 933782613
        },
        {
            "start": 933782616,
            "stop": 933782631
        },
        {
            "start": 933782635,
            "stop": 933786181
        },
        {
            "start": 933786183,
            "stop": 933786208
        },
        {
            "start": 933786210,
            "stop": 933786213
        },
        {
            "start": 933786216,
            "stop": 933786230
        },
        {
            "start": 933786234,
            "stop": 933789758
        },
        {
            "start": 933789760,
            "stop": 933789765
        },
        {
            "start": 933789767,
            "stop": 933789785
        },
        {
            "start": 933789787,
            "stop": 933789791
        },
        {
            "start": 933789794,
            "stop": 933789811
        },
        {
            "start": 933789813,
            "stop": 933789818
        },
        {
            "start": 933789820,
            "stop": 933789827
        },
        {
            "start": 933789829,
            "stop": 933789834
        },
        {
            "start": 933789840,
            "stop": 933789914
        },
        {
            "start": 933789917,
            "stop": 933791463
        },
        {
            "start": 933791470,
            "stop": 933793355
        }
    ]
}