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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=577",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=575",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 576,
    "results": [
        {
            "start": 838088906,
            "stop": 838108409
        },
        {
            "start": 838108415,
            "stop": 838108418
        },
        {
            "start": 838108425,
            "stop": 838108426
        },
        {
            "start": 838109586,
            "stop": 838150893
        },
        {
            "start": 838151241,
            "stop": 838153987
        },
        {
            "start": 838155575,
            "stop": 838160225
        },
        {
            "start": 838160230,
            "stop": 838160339
        },
        {
            "start": 838160351,
            "stop": 838174532
        },
        {
            "start": 838175229,
            "stop": 838238575
        },
        {
            "start": 838240368,
            "stop": 838257957
        },
        {
            "start": 838259648,
            "stop": 838261961
        },
        {
            "start": 838261966,
            "stop": 838261993
        },
        {
            "start": 838261998,
            "stop": 838295023
        },
        {
            "start": 838297278,
            "stop": 838299000
        },
        {
            "start": 838300422,
            "stop": 838307251
        },
        {
            "start": 838307719,
            "stop": 838325711
        },
        {
            "start": 838328603,
            "stop": 838336522
        },
        {
            "start": 838338210,
            "stop": 838373693
        },
        {
            "start": 838375114,
            "stop": 838388670
        },
        {
            "start": 838388683,
            "stop": 838399519
        }
    ]
}