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=865
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=866",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=864",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 865,
    "results": [
        {
            "start": 865425746,
            "stop": 865427066
        },
        {
            "start": 865427214,
            "stop": 865427514
        },
        {
            "start": 865427935,
            "stop": 865428115
        },
        {
            "start": 865428538,
            "stop": 865428658
        },
        {
            "start": 865429425,
            "stop": 865429485
        },
        {
            "start": 865435656,
            "stop": 865435716
        },
        {
            "start": 865435938,
            "stop": 865436958
        },
        {
            "start": 865437325,
            "stop": 865437445
        },
        {
            "start": 865437589,
            "stop": 865437649
        },
        {
            "start": 865437794,
            "stop": 865437854
        },
        {
            "start": 865438017,
            "stop": 865438197
        },
        {
            "start": 865438330,
            "stop": 865439170
        },
        {
            "start": 865439359,
            "stop": 865439419
        },
        {
            "start": 865440053,
            "stop": 865440173
        },
        {
            "start": 865440554,
            "stop": 865441454
        },
        {
            "start": 865441750,
            "stop": 865442590
        },
        {
            "start": 865442870,
            "stop": 865443410
        },
        {
            "start": 865443577,
            "stop": 865444117
        },
        {
            "start": 865444282,
            "stop": 865446322
        },
        {
            "start": 865446477,
            "stop": 865446597
        }
    ]
}