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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=9959",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=9957",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 9958,
    "results": [
        {
            "start": 871733006,
            "stop": 871733067
        },
        {
            "start": 871733207,
            "stop": 871733305
        },
        {
            "start": 871733355,
            "stop": 871733869
        },
        {
            "start": 871733905,
            "stop": 871734687
        },
        {
            "start": 871734731,
            "stop": 871738201
        },
        {
            "start": 871738235,
            "stop": 871738728
        },
        {
            "start": 871738762,
            "stop": 871738783
        },
        {
            "start": 871738800,
            "stop": 871738920
        },
        {
            "start": 871739040,
            "stop": 871739251
        },
        {
            "start": 871765327,
            "stop": 871765328
        },
        {
            "start": 871765419,
            "stop": 871765486
        },
        {
            "start": 871765522,
            "stop": 871765864
        },
        {
            "start": 871765872,
            "stop": 871765924
        },
        {
            "start": 871765941,
            "stop": 871766082
        },
        {
            "start": 871766348,
            "stop": 871766610
        },
        {
            "start": 871767450,
            "stop": 871767983
        },
        {
            "start": 871768103,
            "stop": 871768740
        },
        {
            "start": 871768800,
            "stop": 871768920
        },
        {
            "start": 871768980,
            "stop": 871769040
        },
        {
            "start": 871769100,
            "stop": 871769155
        }
    ]
}