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_STOCH_CAT1/segments?format=api&page=104
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=105",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=103",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 104,
    "results": [
        {
            "start": 816675481,
            "stop": 816675494
        },
        {
            "start": 816675508,
            "stop": 816675548
        },
        {
            "start": 816675553,
            "stop": 816675558
        },
        {
            "start": 816675563,
            "stop": 816675593
        },
        {
            "start": 816675596,
            "stop": 816675701
        },
        {
            "start": 816675704,
            "stop": 816675781
        },
        {
            "start": 816675784,
            "stop": 816675819
        },
        {
            "start": 816675822,
            "stop": 816675841
        },
        {
            "start": 816676673,
            "stop": 816676684
        },
        {
            "start": 816676687,
            "stop": 816676820
        },
        {
            "start": 816676824,
            "stop": 816676946
        },
        {
            "start": 816676950,
            "stop": 816676970
        },
        {
            "start": 816676975,
            "stop": 816676982
        },
        {
            "start": 816676986,
            "stop": 816677168
        },
        {
            "start": 816677172,
            "stop": 816677188
        },
        {
            "start": 816677192,
            "stop": 816677220
        },
        {
            "start": 816677228,
            "stop": 816677354
        },
        {
            "start": 816677358,
            "stop": 816677372
        },
        {
            "start": 816677375,
            "stop": 816677437
        },
        {
            "start": 816677442,
            "stop": 816677444
        }
    ]
}