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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=96",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=94",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 95,
    "results": [
        {
            "start": 820661183,
            "stop": 820662173
        },
        {
            "start": 820662347,
            "stop": 820663847
        },
        {
            "start": 820664030,
            "stop": 820664330
        },
        {
            "start": 820664490,
            "stop": 820665270
        },
        {
            "start": 820665625,
            "stop": 820666705
        },
        {
            "start": 820666872,
            "stop": 820667772
        },
        {
            "start": 820667918,
            "stop": 820668638
        },
        {
            "start": 820668799,
            "stop": 820670059
        },
        {
            "start": 820670237,
            "stop": 820670537
        },
        {
            "start": 820670712,
            "stop": 820671432
        },
        {
            "start": 820671588,
            "stop": 820671948
        },
        {
            "start": 820672153,
            "stop": 820672573
        },
        {
            "start": 820672731,
            "stop": 820673751
        },
        {
            "start": 820674087,
            "stop": 820674867
        },
        {
            "start": 820675030,
            "stop": 820676230
        },
        {
            "start": 820676423,
            "stop": 820678703
        },
        {
            "start": 820678863,
            "stop": 820680303
        },
        {
            "start": 820680476,
            "stop": 820680656
        },
        {
            "start": 820680838,
            "stop": 820680898
        },
        {
            "start": 820681789,
            "stop": 820682929
        }
    ]
}