Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=530
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=531",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=529",
    "results_count": 11686,
    "results_per_page": 20,
    "num_pages": 585,
    "page_number": 530,
    "results": [
        {
            "start": 870097948,
            "stop": 870101995
        },
        {
            "start": 870102000,
            "stop": 870103232
        },
        {
            "start": 870103773,
            "stop": 870105274
        },
        {
            "start": 870105574,
            "stop": 870106890
        },
        {
            "start": 870106895,
            "stop": 870106955
        },
        {
            "start": 870106965,
            "stop": 870108230
        },
        {
            "start": 870108238,
            "stop": 870108240
        },
        {
            "start": 870108300,
            "stop": 870110612
        },
        {
            "start": 870110716,
            "stop": 870119657
        },
        {
            "start": 870119658,
            "stop": 870122292
        },
        {
            "start": 870122402,
            "stop": 870122678
        },
        {
            "start": 870122978,
            "stop": 870123641
        },
        {
            "start": 870123674,
            "stop": 870126230
        },
        {
            "start": 870126235,
            "stop": 870129465
        },
        {
            "start": 870129470,
            "stop": 870129840
        },
        {
            "start": 870129903,
            "stop": 870132727
        },
        {
            "start": 870132980,
            "stop": 870136707
        },
        {
            "start": 870136713,
            "stop": 870136722
        },
        {
            "start": 870136728,
            "stop": 870136737
        },
        {
            "start": 870136743,
            "stop": 870136755
        }
    ]
}