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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=9965",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=9963",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 9964,
    "results": [
        {
            "start": 871845151,
            "stop": 871845360
        },
        {
            "start": 871845498,
            "stop": 871845522
        },
        {
            "start": 871845565,
            "stop": 871845567
        },
        {
            "start": 871845651,
            "stop": 871845688
        },
        {
            "start": 871845780,
            "stop": 871845964
        },
        {
            "start": 871846048,
            "stop": 871846415
        },
        {
            "start": 871846451,
            "stop": 871846549
        },
        {
            "start": 871846589,
            "stop": 871846592
        },
        {
            "start": 871846655,
            "stop": 871846691
        },
        {
            "start": 871846727,
            "stop": 871846737
        },
        {
            "start": 871846773,
            "stop": 871847197
        },
        {
            "start": 871847233,
            "stop": 871847710
        },
        {
            "start": 871847757,
            "stop": 871847862
        },
        {
            "start": 871847871,
            "stop": 871848026
        },
        {
            "start": 871848062,
            "stop": 871848279
        },
        {
            "start": 871848379,
            "stop": 871848400
        },
        {
            "start": 871848533,
            "stop": 871848568
        },
        {
            "start": 871848604,
            "stop": 871848806
        },
        {
            "start": 871848842,
            "stop": 871848925
        },
        {
            "start": 871848988,
            "stop": 871848997
        }
    ]
}