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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5171",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5169",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 5170,
    "results": [
        {
            "start": 874751517,
            "stop": 874751552
        },
        {
            "start": 874751559,
            "stop": 874751678
        },
        {
            "start": 874751690,
            "stop": 874751724
        },
        {
            "start": 874751731,
            "stop": 874751834
        },
        {
            "start": 874751842,
            "stop": 874751868
        },
        {
            "start": 874751880,
            "stop": 874751931
        },
        {
            "start": 874751938,
            "stop": 874751970
        },
        {
            "start": 874751978,
            "stop": 874751997
        },
        {
            "start": 874752004,
            "stop": 874752006
        },
        {
            "start": 874752014,
            "stop": 874752090
        },
        {
            "start": 874752097,
            "stop": 874752136
        },
        {
            "start": 874752143,
            "stop": 874752167
        },
        {
            "start": 874752174,
            "stop": 874752178
        },
        {
            "start": 874752188,
            "stop": 874752247
        },
        {
            "start": 874752255,
            "stop": 874752318
        },
        {
            "start": 874752325,
            "stop": 874752408
        },
        {
            "start": 874752421,
            "stop": 874752467
        },
        {
            "start": 874752474,
            "stop": 874752534
        },
        {
            "start": 874752542,
            "stop": 874752549
        },
        {
            "start": 874752556,
            "stop": 874752593
        }
    ]
}