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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=143",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=141",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 142,
    "results": [
        {
            "start": 828103121,
            "stop": 828104776
        },
        {
            "start": 828105772,
            "stop": 828106210
        },
        {
            "start": 828106212,
            "stop": 828106704
        },
        {
            "start": 828175034,
            "stop": 828175661
        },
        {
            "start": 828175663,
            "stop": 828175858
        },
        {
            "start": 828175860,
            "stop": 828177558
        },
        {
            "start": 828177559,
            "stop": 828177877
        },
        {
            "start": 828177881,
            "stop": 828178328
        },
        {
            "start": 828178330,
            "stop": 828178362
        },
        {
            "start": 828178364,
            "stop": 828178987
        },
        {
            "start": 828178990,
            "stop": 828179202
        },
        {
            "start": 828179204,
            "stop": 828179206
        },
        {
            "start": 828179209,
            "stop": 828179672
        },
        {
            "start": 828179674,
            "stop": 828179890
        },
        {
            "start": 828179892,
            "stop": 828180047
        },
        {
            "start": 828180049,
            "stop": 828180388
        },
        {
            "start": 828180390,
            "stop": 828180480
        },
        {
            "start": 828180481,
            "stop": 828180492
        },
        {
            "start": 828180494,
            "stop": 828180780
        },
        {
            "start": 828180782,
            "stop": 828180825
        }
    ]
}