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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4292",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4290",
    "results_count": 88504,
    "results_per_page": 20,
    "num_pages": 4426,
    "page_number": 4291,
    "results": [
        {
            "start": 874653957,
            "stop": 874654047
        },
        {
            "start": 874654066,
            "stop": 874654155
        },
        {
            "start": 874654175,
            "stop": 874654300
        },
        {
            "start": 874654320,
            "stop": 874654380
        },
        {
            "start": 874654440,
            "stop": 874654748
        },
        {
            "start": 874654767,
            "stop": 874654974
        },
        {
            "start": 874654993,
            "stop": 874655104
        },
        {
            "start": 874655124,
            "stop": 874655211
        },
        {
            "start": 874655230,
            "stop": 874655349
        },
        {
            "start": 874655369,
            "stop": 874655397
        },
        {
            "start": 874655416,
            "stop": 874655520
        },
        {
            "start": 874655555,
            "stop": 874655641
        },
        {
            "start": 874655660,
            "stop": 874655856
        },
        {
            "start": 874655882,
            "stop": 874656099
        },
        {
            "start": 874656118,
            "stop": 874656126
        },
        {
            "start": 874656145,
            "stop": 874656283
        },
        {
            "start": 874656322,
            "stop": 874656361
        },
        {
            "start": 874656386,
            "stop": 874656402
        },
        {
            "start": 874656421,
            "stop": 874656432
        },
        {
            "start": 874656451,
            "stop": 874656502
        }
    ]
}