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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9827",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9825",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 9826,
    "results": [
        {
            "start": 874045526,
            "stop": 874045924
        },
        {
            "start": 874045928,
            "stop": 874045976
        },
        {
            "start": 874045980,
            "stop": 874046172
        },
        {
            "start": 874046178,
            "stop": 874046181
        },
        {
            "start": 874046188,
            "stop": 874046190
        },
        {
            "start": 874046196,
            "stop": 874046320
        },
        {
            "start": 874046324,
            "stop": 874046519
        },
        {
            "start": 874046523,
            "stop": 874046568
        },
        {
            "start": 874046571,
            "stop": 874046614
        },
        {
            "start": 874046618,
            "stop": 874047183
        },
        {
            "start": 874047186,
            "stop": 874047255
        },
        {
            "start": 874047259,
            "stop": 874047271
        },
        {
            "start": 874047274,
            "stop": 874047289
        },
        {
            "start": 874047292,
            "stop": 874047318
        },
        {
            "start": 874047321,
            "stop": 874047334
        },
        {
            "start": 874047337,
            "stop": 874047338
        },
        {
            "start": 874047343,
            "stop": 874047347
        },
        {
            "start": 874047350,
            "stop": 874047356
        },
        {
            "start": 874047359,
            "stop": 874047363
        },
        {
            "start": 874047368,
            "stop": 874047396
        }
    ]
}