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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5324",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5322",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 5323,
    "results": [
        {
            "start": 971007803,
            "stop": 971008132
        },
        {
            "start": 971008135,
            "stop": 971008337
        },
        {
            "start": 971008340,
            "stop": 971009276
        },
        {
            "start": 971009279,
            "stop": 971009691
        },
        {
            "start": 971009694,
            "stop": 971010015
        },
        {
            "start": 971010018,
            "stop": 971010362
        },
        {
            "start": 971010365,
            "stop": 971010462
        },
        {
            "start": 971010465,
            "stop": 971010768
        },
        {
            "start": 971010771,
            "stop": 971010801
        },
        {
            "start": 971010804,
            "stop": 971010949
        },
        {
            "start": 971010952,
            "stop": 971010986
        },
        {
            "start": 971010989,
            "stop": 971011253
        },
        {
            "start": 971011256,
            "stop": 971011609
        },
        {
            "start": 971011612,
            "stop": 971012110
        },
        {
            "start": 971012113,
            "stop": 971012713
        },
        {
            "start": 971012716,
            "stop": 971013471
        },
        {
            "start": 971013474,
            "stop": 971013588
        },
        {
            "start": 971013591,
            "stop": 971013609
        },
        {
            "start": 971013614,
            "stop": 971013845
        },
        {
            "start": 971013848,
            "stop": 971014118
        }
    ]
}