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=646
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=647",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=645",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 646,
    "results": [
        {
            "start": 852063865,
            "stop": 852064645
        },
        {
            "start": 852064798,
            "stop": 852065158
        },
        {
            "start": 852154555,
            "stop": 852156055
        },
        {
            "start": 852156901,
            "stop": 852184141
        },
        {
            "start": 852184366,
            "stop": 852187606
        },
        {
            "start": 852187761,
            "stop": 852190521
        },
        {
            "start": 852191839,
            "stop": 852192439
        },
        {
            "start": 852192675,
            "stop": 852212055
        },
        {
            "start": 852253426,
            "stop": 852255586
        },
        {
            "start": 852256525,
            "stop": 852257545
        },
        {
            "start": 852258031,
            "stop": 852258331
        },
        {
            "start": 852258528,
            "stop": 852259668
        },
        {
            "start": 852260411,
            "stop": 852263291
        },
        {
            "start": 852267737,
            "stop": 852269657
        },
        {
            "start": 852269837,
            "stop": 852276797
        },
        {
            "start": 852278301,
            "stop": 852279261
        },
        {
            "start": 852279478,
            "stop": 852287368
        },
        {
            "start": 852287518,
            "stop": 852292858
        },
        {
            "start": 852309222,
            "stop": 852310422
        },
        {
            "start": 852319210,
            "stop": 852320800
        }
    ]
}