Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4869
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=4870",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4868",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4869,
    "results": [
        {
            "start": 971556782,
            "stop": 971556783
        },
        {
            "start": 971556787,
            "stop": 971556829
        },
        {
            "start": 971556832,
            "stop": 971556877
        },
        {
            "start": 971556880,
            "stop": 971556990
        },
        {
            "start": 971556993,
            "stop": 971557325
        },
        {
            "start": 971557328,
            "stop": 971557369
        },
        {
            "start": 971557375,
            "stop": 971557651
        },
        {
            "start": 971557654,
            "stop": 971557763
        },
        {
            "start": 971557766,
            "stop": 971557906
        },
        {
            "start": 971557909,
            "stop": 971558405
        },
        {
            "start": 971558408,
            "stop": 971558420
        },
        {
            "start": 971558423,
            "stop": 971558463
        },
        {
            "start": 971558466,
            "stop": 971558592
        },
        {
            "start": 971558595,
            "stop": 971558691
        },
        {
            "start": 971558694,
            "stop": 971558852
        },
        {
            "start": 971558855,
            "stop": 971558888
        },
        {
            "start": 971558891,
            "stop": 971558971
        },
        {
            "start": 971559000,
            "stop": 971559357
        },
        {
            "start": 971559360,
            "stop": 971559361
        },
        {
            "start": 971559364,
            "stop": 971559389
        }
    ]
}