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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=701",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=699",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 700,
    "results": [
        {
            "start": 951339624,
            "stop": 951341583
        },
        {
            "start": 951341588,
            "stop": 951343097
        },
        {
            "start": 951343788,
            "stop": 951343929
        },
        {
            "start": 951347776,
            "stop": 951350893
        },
        {
            "start": 951350899,
            "stop": 951351899
        },
        {
            "start": 951351905,
            "stop": 951352028
        },
        {
            "start": 951352034,
            "stop": 951357429
        },
        {
            "start": 951357435,
            "stop": 951359373
        },
        {
            "start": 951359379,
            "stop": 951359406
        },
        {
            "start": 951359412,
            "stop": 951366573
        },
        {
            "start": 951366579,
            "stop": 951367272
        },
        {
            "start": 951367278,
            "stop": 951367337
        },
        {
            "start": 951368085,
            "stop": 951368703
        },
        {
            "start": 951368709,
            "stop": 951369946
        },
        {
            "start": 951369952,
            "stop": 951371217
        },
        {
            "start": 951372108,
            "stop": 951387898
        },
        {
            "start": 951387904,
            "stop": 951392756
        },
        {
            "start": 951400086,
            "stop": 951402449
        },
        {
            "start": 951402455,
            "stop": 951405344
        },
        {
            "start": 951405350,
            "stop": 951408762
        }
    ]
}