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=4802
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=4803",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4801",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4802,
    "results": [
        {
            "start": 970751753,
            "stop": 970752618
        },
        {
            "start": 970752621,
            "stop": 970752632
        },
        {
            "start": 970752635,
            "stop": 970752863
        },
        {
            "start": 970752866,
            "stop": 970753517
        },
        {
            "start": 970753520,
            "stop": 970753824
        },
        {
            "start": 970753827,
            "stop": 970754106
        },
        {
            "start": 970754109,
            "stop": 970755097
        },
        {
            "start": 970755100,
            "stop": 970755616
        },
        {
            "start": 970755633,
            "stop": 970756629
        },
        {
            "start": 970756632,
            "stop": 970756833
        },
        {
            "start": 970756836,
            "stop": 970757018
        },
        {
            "start": 970760237,
            "stop": 970761281
        },
        {
            "start": 970761284,
            "stop": 970761405
        },
        {
            "start": 970761411,
            "stop": 970761458
        },
        {
            "start": 970761461,
            "stop": 970761839
        },
        {
            "start": 970761842,
            "stop": 970761930
        },
        {
            "start": 970761933,
            "stop": 970761971
        },
        {
            "start": 970761974,
            "stop": 970762203
        },
        {
            "start": 970762206,
            "stop": 970762261
        },
        {
            "start": 970762264,
            "stop": 970762297
        }
    ]
}