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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT1/segments?format=api&page=123",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT1/segments?format=api&page=121",
    "results_count": 3818,
    "results_per_page": 20,
    "num_pages": 191,
    "page_number": 122,
    "results": [
        {
            "start": 847738710,
            "stop": 847739229
        },
        {
            "start": 847739589,
            "stop": 847753434
        },
        {
            "start": 847756730,
            "stop": 847760287
        },
        {
            "start": 847775782,
            "stop": 847797139
        },
        {
            "start": 847798015,
            "stop": 847816792
        },
        {
            "start": 847818699,
            "stop": 847820781
        },
        {
            "start": 847821198,
            "stop": 847821249
        },
        {
            "start": 847822961,
            "stop": 847823069
        },
        {
            "start": 847823769,
            "stop": 847834729
        },
        {
            "start": 847836100,
            "stop": 847836327
        },
        {
            "start": 847836363,
            "stop": 847839567
        },
        {
            "start": 847839652,
            "stop": 847840858
        },
        {
            "start": 847840975,
            "stop": 847861576
        },
        {
            "start": 847861689,
            "stop": 847883729
        },
        {
            "start": 847904371,
            "stop": 847906185
        },
        {
            "start": 847906911,
            "stop": 847907690
        },
        {
            "start": 847907767,
            "stop": 847907832
        },
        {
            "start": 847907918,
            "stop": 847911270
        },
        {
            "start": 847911295,
            "stop": 847915376
        },
        {
            "start": 847916305,
            "stop": 847922258
        }
    ]
}