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=4515
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=4516",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4514",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4515,
    "results": [
        {
            "start": 968438229,
            "stop": 968438579
        },
        {
            "start": 968438582,
            "stop": 968438765
        },
        {
            "start": 968438768,
            "stop": 968439053
        },
        {
            "start": 968439056,
            "stop": 968439254
        },
        {
            "start": 968439257,
            "stop": 968439302
        },
        {
            "start": 968439310,
            "stop": 968439330
        },
        {
            "start": 968439333,
            "stop": 968439402
        },
        {
            "start": 968439405,
            "stop": 968439567
        },
        {
            "start": 968439571,
            "stop": 968439594
        },
        {
            "start": 968439597,
            "stop": 968439719
        },
        {
            "start": 968439722,
            "stop": 968439779
        },
        {
            "start": 968439782,
            "stop": 968440286
        },
        {
            "start": 968440290,
            "stop": 968440323
        },
        {
            "start": 968440326,
            "stop": 968440835
        },
        {
            "start": 968440839,
            "stop": 968441486
        },
        {
            "start": 968441489,
            "stop": 968442011
        },
        {
            "start": 968442014,
            "stop": 968442084
        },
        {
            "start": 968442088,
            "stop": 968442255
        },
        {
            "start": 968442258,
            "stop": 968442514
        },
        {
            "start": 968442518,
            "stop": 968442665
        }
    ]
}