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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=108",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=106",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 107,
    "results": [
        {
            "start": 819168533,
            "stop": 819168583
        },
        {
            "start": 819168590,
            "stop": 819168610
        },
        {
            "start": 819168624,
            "stop": 819168724
        },
        {
            "start": 819168737,
            "stop": 819169577
        },
        {
            "start": 819169584,
            "stop": 819169635
        },
        {
            "start": 819169642,
            "stop": 819169721
        },
        {
            "start": 819169728,
            "stop": 819169741
        },
        {
            "start": 819169748,
            "stop": 819169853
        },
        {
            "start": 819169860,
            "stop": 819170091
        },
        {
            "start": 819170099,
            "stop": 819170203
        },
        {
            "start": 819170211,
            "stop": 819170504
        },
        {
            "start": 819170513,
            "stop": 819170554
        },
        {
            "start": 819170561,
            "stop": 819170843
        },
        {
            "start": 819170850,
            "stop": 819171164
        },
        {
            "start": 819171184,
            "stop": 819171902
        },
        {
            "start": 819171909,
            "stop": 819172112
        },
        {
            "start": 819172120,
            "stop": 819172376
        },
        {
            "start": 819172383,
            "stop": 819172659
        },
        {
            "start": 819172667,
            "stop": 819172791
        },
        {
            "start": 819172805,
            "stop": 819173178
        }
    ]
}