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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=734",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=732",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 733,
    "results": [
        {
            "start": 855077891,
            "stop": 855078671
        },
        {
            "start": 855078821,
            "stop": 855079391
        },
        {
            "start": 855079560,
            "stop": 855079860
        },
        {
            "start": 855081684,
            "stop": 855082824
        },
        {
            "start": 855084088,
            "stop": 855085408
        },
        {
            "start": 855092434,
            "stop": 855101134
        },
        {
            "start": 855101332,
            "stop": 855103942
        },
        {
            "start": 855104092,
            "stop": 855115372
        },
        {
            "start": 855115578,
            "stop": 855116958
        },
        {
            "start": 855117131,
            "stop": 855120251
        },
        {
            "start": 855124074,
            "stop": 855129114
        },
        {
            "start": 855129330,
            "stop": 855129870
        },
        {
            "start": 855131339,
            "stop": 855136439
        },
        {
            "start": 855136585,
            "stop": 855137065
        },
        {
            "start": 855137264,
            "stop": 855137894
        },
        {
            "start": 855138044,
            "stop": 855145064
        },
        {
            "start": 855145214,
            "stop": 855146264
        },
        {
            "start": 855147805,
            "stop": 855150595
        },
        {
            "start": 855150745,
            "stop": 855150895
        },
        {
            "start": 855151045,
            "stop": 855151465
        }
    ]
}