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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2177",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2175",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 2176,
    "results": [
        {
            "start": 872445176,
            "stop": 872445274
        },
        {
            "start": 872445280,
            "stop": 872445297
        },
        {
            "start": 872445303,
            "stop": 872445473
        },
        {
            "start": 872445478,
            "stop": 872445570
        },
        {
            "start": 872445575,
            "stop": 872445620
        },
        {
            "start": 872445626,
            "stop": 872445669
        },
        {
            "start": 872445675,
            "stop": 872445717
        },
        {
            "start": 872445723,
            "stop": 872445741
        },
        {
            "start": 872445747,
            "stop": 872445773
        },
        {
            "start": 872445779,
            "stop": 872445902
        },
        {
            "start": 872445908,
            "stop": 872446096
        },
        {
            "start": 872447639,
            "stop": 872447653
        },
        {
            "start": 872447691,
            "stop": 872447698
        },
        {
            "start": 872447754,
            "stop": 872447761
        },
        {
            "start": 872447793,
            "stop": 872447828
        },
        {
            "start": 872447845,
            "stop": 872447896
        },
        {
            "start": 872447902,
            "stop": 872447929
        },
        {
            "start": 872447958,
            "stop": 872447966
        },
        {
            "start": 872448017,
            "stop": 872448018
        },
        {
            "start": 872448035,
            "stop": 872448050
        }
    ]
}