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_H1L1/segments?format=api&page=222
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_H1L1/segments?format=api&page=223",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=221",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 222,
    "results": [
        {
            "start": 827424233,
            "stop": 827424353
        },
        {
            "start": 827424612,
            "stop": 827424672
        },
        {
            "start": 827424820,
            "stop": 827424940
        },
        {
            "start": 827425272,
            "stop": 827425332
        },
        {
            "start": 827425806,
            "stop": 827425926
        },
        {
            "start": 827426682,
            "stop": 827426802
        },
        {
            "start": 827427701,
            "stop": 827427881
        },
        {
            "start": 827428143,
            "stop": 827428323
        },
        {
            "start": 827430103,
            "stop": 827430163
        },
        {
            "start": 827430906,
            "stop": 827430966
        },
        {
            "start": 827431100,
            "stop": 827431160
        },
        {
            "start": 827431601,
            "stop": 827431721
        },
        {
            "start": 827433182,
            "stop": 827433242
        },
        {
            "start": 827435694,
            "stop": 827435754
        },
        {
            "start": 827436082,
            "stop": 827436142
        },
        {
            "start": 827436615,
            "stop": 827436675
        },
        {
            "start": 827436826,
            "stop": 827436886
        },
        {
            "start": 827437509,
            "stop": 827437689
        },
        {
            "start": 827440094,
            "stop": 827440214
        },
        {
            "start": 827445109,
            "stop": 827445409
        }
    ]
}