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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=128",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=126",
    "results_count": 6551,
    "results_per_page": 20,
    "num_pages": 328,
    "page_number": 127,
    "results": [
        {
            "start": 831159558,
            "stop": 831160639
        },
        {
            "start": 831160640,
            "stop": 831160660
        },
        {
            "start": 831160663,
            "stop": 831161414
        },
        {
            "start": 831161415,
            "stop": 831161433
        },
        {
            "start": 831161443,
            "stop": 831162017
        },
        {
            "start": 831162029,
            "stop": 831162112
        },
        {
            "start": 831162116,
            "stop": 831162138
        },
        {
            "start": 831162139,
            "stop": 831162225
        },
        {
            "start": 831169979,
            "stop": 831170471
        },
        {
            "start": 831170551,
            "stop": 831171493
        },
        {
            "start": 831173686,
            "stop": 831174689
        },
        {
            "start": 831174690,
            "stop": 831174722
        },
        {
            "start": 831175645,
            "stop": 831175988
        },
        {
            "start": 831175989,
            "stop": 831176172
        },
        {
            "start": 831176747,
            "stop": 831176753
        },
        {
            "start": 831176812,
            "stop": 831180493
        },
        {
            "start": 831181422,
            "stop": 831208213
        },
        {
            "start": 831208246,
            "stop": 831208247
        },
        {
            "start": 831209097,
            "stop": 831222100
        },
        {
            "start": 831237740,
            "stop": 831242113
        }
    ]
}