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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=686",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=684",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 685,
    "results": [
        {
            "start": 854996276,
            "stop": 855004796
        },
        {
            "start": 855005756,
            "stop": 855007376
        },
        {
            "start": 855009685,
            "stop": 855011425
        },
        {
            "start": 855012277,
            "stop": 855013177
        },
        {
            "start": 855013373,
            "stop": 855016313
        },
        {
            "start": 855016473,
            "stop": 855016533
        },
        {
            "start": 855017973,
            "stop": 855020433
        },
        {
            "start": 855020854,
            "stop": 855028564
        },
        {
            "start": 855028714,
            "stop": 855030814
        },
        {
            "start": 855031635,
            "stop": 855038415
        },
        {
            "start": 855038588,
            "stop": 855038828
        },
        {
            "start": 855039030,
            "stop": 855041670
        },
        {
            "start": 855043311,
            "stop": 855045171
        },
        {
            "start": 855045364,
            "stop": 855053494
        },
        {
            "start": 855053614,
            "stop": 855062404
        },
        {
            "start": 855065766,
            "stop": 855066726
        },
        {
            "start": 855067926,
            "stop": 855068526
        },
        {
            "start": 855069727,
            "stop": 855073267
        },
        {
            "start": 855075911,
            "stop": 855077111
        },
        {
            "start": 855077891,
            "stop": 855078671
        }
    ]
}