Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6104
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6105",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6103",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 6104,
    "results": [
        {
            "start": 874044885,
            "stop": 874044908
        },
        {
            "start": 874044910,
            "stop": 874044970
        },
        {
            "start": 874044973,
            "stop": 874044977
        },
        {
            "start": 874044980,
            "stop": 874045132
        },
        {
            "start": 874045135,
            "stop": 874045367
        },
        {
            "start": 874045371,
            "stop": 874045416
        },
        {
            "start": 874045420,
            "stop": 874045473
        },
        {
            "start": 874045474,
            "stop": 874045523
        },
        {
            "start": 874045526,
            "stop": 874045699
        },
        {
            "start": 874045700,
            "stop": 874045924
        },
        {
            "start": 874045928,
            "stop": 874045976
        },
        {
            "start": 874045980,
            "stop": 874046148
        },
        {
            "start": 874046149,
            "stop": 874046568
        },
        {
            "start": 874046571,
            "stop": 874047183
        },
        {
            "start": 874047186,
            "stop": 874047255
        },
        {
            "start": 874047259,
            "stop": 874047268
        },
        {
            "start": 874047269,
            "stop": 874047271
        },
        {
            "start": 874047274,
            "stop": 874047289
        },
        {
            "start": 874047292,
            "stop": 874047318
        },
        {
            "start": 874047321,
            "stop": 874047334
        }
    ]
}