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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7427",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7425",
    "results_count": 154166,
    "results_per_page": 20,
    "num_pages": 7709,
    "page_number": 7426,
    "results": [
        {
            "start": 969961719,
            "stop": 969961754
        },
        {
            "start": 969961757,
            "stop": 969961816
        },
        {
            "start": 969961819,
            "stop": 969961848
        },
        {
            "start": 969961851,
            "stop": 969961855
        },
        {
            "start": 969961858,
            "stop": 969961943
        },
        {
            "start": 969961947,
            "stop": 969962055
        },
        {
            "start": 969962058,
            "stop": 969962584
        },
        {
            "start": 969962587,
            "stop": 969962925
        },
        {
            "start": 969962928,
            "stop": 969963124
        },
        {
            "start": 969963127,
            "stop": 969963348
        },
        {
            "start": 969963351,
            "stop": 969963516
        },
        {
            "start": 969963519,
            "stop": 969963640
        },
        {
            "start": 969963643,
            "stop": 969963729
        },
        {
            "start": 969963732,
            "stop": 969963910
        },
        {
            "start": 969963913,
            "stop": 969964323
        },
        {
            "start": 969964326,
            "stop": 969964358
        },
        {
            "start": 969964361,
            "stop": 969964577
        },
        {
            "start": 969964580,
            "stop": 969964658
        },
        {
            "start": 969964661,
            "stop": 969964898
        },
        {
            "start": 969964901,
            "stop": 969965193
        }
    ]
}