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=105
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=106",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=104",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 105,
    "results": [
        {
            "start": 820691448,
            "stop": 820691508
        },
        {
            "start": 820693269,
            "stop": 820693509
        },
        {
            "start": 820694157,
            "stop": 820694217
        },
        {
            "start": 820694371,
            "stop": 820694431
        },
        {
            "start": 820694942,
            "stop": 820695602
        },
        {
            "start": 820696053,
            "stop": 820696293
        },
        {
            "start": 820696811,
            "stop": 820696871
        },
        {
            "start": 820698320,
            "stop": 820698380
        },
        {
            "start": 820698884,
            "stop": 820699004
        },
        {
            "start": 820699333,
            "stop": 820699693
        },
        {
            "start": 820701223,
            "stop": 820701343
        },
        {
            "start": 820702461,
            "stop": 820702521
        },
        {
            "start": 820703341,
            "stop": 820703401
        },
        {
            "start": 820711129,
            "stop": 820711189
        },
        {
            "start": 820712107,
            "stop": 820712167
        },
        {
            "start": 820712427,
            "stop": 820712787
        },
        {
            "start": 820713665,
            "stop": 820713965
        },
        {
            "start": 820714117,
            "stop": 820714717
        },
        {
            "start": 820715130,
            "stop": 820716270
        },
        {
            "start": 820716406,
            "stop": 820717306
        }
    ]
}