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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=324",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=322",
    "results_count": 6969,
    "results_per_page": 20,
    "num_pages": 349,
    "page_number": 323,
    "results": [
        {
            "start": 869468554,
            "stop": 869472332
        },
        {
            "start": 869472442,
            "stop": 869472654
        },
        {
            "start": 869472954,
            "stop": 869473214
        },
        {
            "start": 869473480,
            "stop": 869473618
        },
        {
            "start": 869473918,
            "stop": 869498762
        },
        {
            "start": 869498764,
            "stop": 869505232
        },
        {
            "start": 869505569,
            "stop": 869505989
        },
        {
            "start": 869506289,
            "stop": 869513668
        },
        {
            "start": 869513862,
            "stop": 869524013
        },
        {
            "start": 869526206,
            "stop": 869535318
        },
        {
            "start": 869537422,
            "stop": 869540499
        },
        {
            "start": 869541031,
            "stop": 869541290
        },
        {
            "start": 869541400,
            "stop": 869541740
        },
        {
            "start": 869542227,
            "stop": 869544038
        },
        {
            "start": 869544113,
            "stop": 869557740
        },
        {
            "start": 869557742,
            "stop": 869583420
        },
        {
            "start": 869583995,
            "stop": 869590340
        },
        {
            "start": 869590341,
            "stop": 869598915
        },
        {
            "start": 869598917,
            "stop": 869600589
        },
        {
            "start": 869600889,
            "stop": 869601217
        }
    ]
}