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=113
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=114",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=112",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 113,
    "results": [
        {
            "start": 931573444,
            "stop": 931573447
        },
        {
            "start": 931573453,
            "stop": 931573464
        },
        {
            "start": 931573469,
            "stop": 931573493
        },
        {
            "start": 931573498,
            "stop": 931573535
        },
        {
            "start": 931573545,
            "stop": 931573552
        },
        {
            "start": 931573558,
            "stop": 931573570
        },
        {
            "start": 931573576,
            "stop": 931573618
        },
        {
            "start": 931573654,
            "stop": 931573674
        },
        {
            "start": 931573681,
            "stop": 931573682
        },
        {
            "start": 931573688,
            "stop": 931573711
        },
        {
            "start": 931573716,
            "stop": 931573722
        },
        {
            "start": 931573728,
            "stop": 931573797
        },
        {
            "start": 931573802,
            "stop": 931573827
        },
        {
            "start": 931573833,
            "stop": 931573844
        },
        {
            "start": 931573850,
            "stop": 931573869
        },
        {
            "start": 931573875,
            "stop": 931573877
        },
        {
            "start": 931573911,
            "stop": 931573929
        },
        {
            "start": 931574005,
            "stop": 931574007
        },
        {
            "start": 931574018,
            "stop": 931574033
        },
        {
            "start": 931574039,
            "stop": 931574102
        }
    ]
}