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=4536
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=4537",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4535",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4536,
    "results": [
        {
            "start": 968654922,
            "stop": 968655423
        },
        {
            "start": 968655426,
            "stop": 968655955
        },
        {
            "start": 968655958,
            "stop": 968656469
        },
        {
            "start": 968656472,
            "stop": 968656498
        },
        {
            "start": 968656501,
            "stop": 968656631
        },
        {
            "start": 968656634,
            "stop": 968658146
        },
        {
            "start": 968658149,
            "stop": 968658400
        },
        {
            "start": 968658403,
            "stop": 968658406
        },
        {
            "start": 968658412,
            "stop": 968658419
        },
        {
            "start": 968658422,
            "stop": 968658433
        },
        {
            "start": 968658436,
            "stop": 968659787
        },
        {
            "start": 968659790,
            "stop": 968660633
        },
        {
            "start": 968660636,
            "stop": 968661456
        },
        {
            "start": 968661459,
            "stop": 968662646
        },
        {
            "start": 968662649,
            "stop": 968662796
        },
        {
            "start": 968662813,
            "stop": 968663273
        },
        {
            "start": 968663276,
            "stop": 968663789
        },
        {
            "start": 968663792,
            "stop": 968664693
        },
        {
            "start": 968664696,
            "stop": 968664914
        },
        {
            "start": 968664917,
            "stop": 968664993
        }
    ]
}