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_CAT3/segments?format=api&page=4562
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=4563",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4561",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4562,
    "results": [
        {
            "start": 968816417,
            "stop": 968817188
        },
        {
            "start": 968817191,
            "stop": 968817978
        },
        {
            "start": 968817981,
            "stop": 968818338
        },
        {
            "start": 968818341,
            "stop": 968818407
        },
        {
            "start": 968818410,
            "stop": 968818439
        },
        {
            "start": 968818442,
            "stop": 968818522
        },
        {
            "start": 968819847,
            "stop": 968821435
        },
        {
            "start": 968821438,
            "stop": 968821658
        },
        {
            "start": 968821661,
            "stop": 968822317
        },
        {
            "start": 968822320,
            "stop": 968822874
        },
        {
            "start": 968822877,
            "stop": 968823613
        },
        {
            "start": 968823631,
            "stop": 968823684
        },
        {
            "start": 968823687,
            "stop": 968824393
        },
        {
            "start": 968824411,
            "stop": 968824779
        },
        {
            "start": 968824782,
            "stop": 968825124
        },
        {
            "start": 968825127,
            "stop": 968826489
        },
        {
            "start": 968826492,
            "stop": 968826633
        },
        {
            "start": 968826636,
            "stop": 968826749
        },
        {
            "start": 968826752,
            "stop": 968827175
        },
        {
            "start": 968827178,
            "stop": 968827348
        }
    ]
}