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=896
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=897",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=895",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 896,
    "results": [
        {
            "start": 866874361,
            "stop": 866874541
        },
        {
            "start": 866876743,
            "stop": 866879563
        },
        {
            "start": 866879593,
            "stop": 866879803
        },
        {
            "start": 866879863,
            "stop": 866879953
        },
        {
            "start": 866880013,
            "stop": 866880073
        },
        {
            "start": 866880163,
            "stop": 866880343
        },
        {
            "start": 866880373,
            "stop": 866880433
        },
        {
            "start": 866880493,
            "stop": 866880883
        },
        {
            "start": 866881033,
            "stop": 866881333
        },
        {
            "start": 866881453,
            "stop": 866881633
        },
        {
            "start": 866881693,
            "stop": 866881993
        },
        {
            "start": 866882023,
            "stop": 866882263
        },
        {
            "start": 866882293,
            "stop": 866882383
        },
        {
            "start": 866882413,
            "stop": 866882893
        },
        {
            "start": 866882953,
            "stop": 866883433
        },
        {
            "start": 866883463,
            "stop": 866883793
        },
        {
            "start": 866883823,
            "stop": 866883943
        },
        {
            "start": 866884093,
            "stop": 866884633
        },
        {
            "start": 866884783,
            "stop": 866885953
        },
        {
            "start": 866886103,
            "stop": 866886193
        }
    ]
}