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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4545",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4543",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4544,
    "results": [
        {
            "start": 968699405,
            "stop": 968699530
        },
        {
            "start": 968699533,
            "stop": 968699678
        },
        {
            "start": 968701111,
            "stop": 968701777
        },
        {
            "start": 968701780,
            "stop": 968701789
        },
        {
            "start": 968701792,
            "stop": 968702055
        },
        {
            "start": 968702058,
            "stop": 968702446
        },
        {
            "start": 968702449,
            "stop": 968702486
        },
        {
            "start": 968702489,
            "stop": 968702508
        },
        {
            "start": 968702511,
            "stop": 968703263
        },
        {
            "start": 968703266,
            "stop": 968703508
        },
        {
            "start": 968703511,
            "stop": 968703567
        },
        {
            "start": 968703570,
            "stop": 968703594
        },
        {
            "start": 968703597,
            "stop": 968703938
        },
        {
            "start": 968703941,
            "stop": 968703998
        },
        {
            "start": 968704058,
            "stop": 968704118
        },
        {
            "start": 968704121,
            "stop": 968704298
        },
        {
            "start": 968704478,
            "stop": 968704721
        },
        {
            "start": 968704724,
            "stop": 968704795
        },
        {
            "start": 968704799,
            "stop": 968704819
        },
        {
            "start": 968704822,
            "stop": 968704827
        }
    ]
}